Pet Store Web Service
GetfindPetsByTags

Resource Path: /pet/findByTags

Description
Finds Pets by tags
Parameters
NameDescriptionData Type
Tags to filter byArray[string]
Response

The response body is of type Array[Pet].

successful operation
Fault Responses
FaultDescription
Invalid tag value
See Also